Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

universe issues in semiAdjoint.pi_rule #21

Open
lecopivo opened this issue Sep 8, 2023 · 0 comments
Open

universe issues in semiAdjoint.pi_rule #21

lecopivo opened this issue Sep 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lecopivo
Copy link
Owner

lecopivo commented Sep 8, 2023

The theorem semiAdjoint.pi_rule does not have correct universes as for some reason K and X have the same universe level.

#check semiAdjoint.pi_rule

returns

SciLean.semiAdjoint.pi_rule.{u_3, u_2, u_1} (K : Type u_1) [inst : IsROrC K] {X : Type u_1}
  [inst¹ : SemiInnerProductSpace K X] {ι : Type u_3} [inst² : EnumType ι] {E : ι → Type u_2}
  [inst³ : (i : ι) → SemiInnerProductSpace K (E i)] (f : X → (i : ι) → E i)
  (hf : ∀ (i : ι), HasSemiAdjoint K fun x => f x i) :
  (semiAdjoint K fun x i => f x i) = fun x' =>  ∑ i, semiAdjoint K (fun x => f x i) (x' i)

This cases issue when proving GetElem.getElem.arg_xs.revDerivUpdate_rule_pi

@lecopivo lecopivo added the bug Something isn't working label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant