Skip to content

Commit

Permalink
feat(field_theory/intermediate_field): dsimp lemma (#15188)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Jul 20, 2022
1 parent edaaaa4 commit 4359e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/field_theory/intermediate_field.lean
Expand Up @@ -273,6 +273,8 @@ def map (f : L →ₐ[K] L') : intermediate_field K L' :=
neg_mem' := λ x hx, (S.to_subalgebra.map f).neg_mem hx,
.. S.to_subalgebra.map f}

@[simp] lemma coe_map (f : L →ₐ[K] L') : (S.map f : set L') = f '' S := rfl

lemma map_map {K L₁ L₂ L₃ : Type*} [field K] [field L₁] [algebra K L₁]
[field L₂] [algebra K L₂] [field L₃] [algebra K L₃]
(E : intermediate_field K L₁) (f : L₁ →ₐ[K] L₂) (g : L₂ →ₐ[K] L₃) :
Expand Down

0 comments on commit 4359e48

Please sign in to comment.