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

Impossible intermediate_field.adjoin notation #159

Open
gebner opened this issue Aug 15, 2022 · 1 comment
Open

Impossible intermediate_field.adjoin notation #159

gebner opened this issue Aug 15, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@gebner
Copy link
Member

gebner commented Aug 15, 2022

Lean 3:

notation K`⟮`:std.prec.max_plus l:(foldr `, ` (h t, insert.insert t h) ∅) `⟯` := adjoin K l
lemma induction2 {α β γ : solvable_by_rad F E} (hγ : γ ∈ F⟮α, β⟯) (hα : P α) (hβ : P β) : P γ :=

Synport:

-- ./././Mathport/Syntax/Translate/Basic.lean:958:11: unsupported (impossible)
theorem induction2 {α β γ : solvableByRad F E} (hγ : γ ∈ F⟮⟯) (hα : P α) (hβ : P β) : P γ := by
@gebner gebner added the bug Something isn't working label Aug 15, 2022
@digama0
Copy link
Member

digama0 commented Aug 16, 2022

I'm not certain (I can't figure out what notation it might be overlapping), but I believe this is will also be fixed by leanprover-community/lean#754 .

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

2 participants