Skip to content

Commit f099736

Browse files
committed
fixes
1 parent a7c6566 commit f099736

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Mathlib/AlgebraicGeometry/Morphisms/FormallyUnramified.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ instance (priority := 900) [IsOpenImmersion (pullback.diagonal f)] : FormallyUnr
9191
obtain ⟨⟨x, hx⟩, rfl⟩ := Ideal.toCotangent_surjective _ x
9292
obtain ⟨x, rfl⟩ := Ideal.mem_span_singleton.mp (he'.le hx)
9393
refine (Ideal.toCotangent_eq_zero _ _).mpr ?_
94-
rw [pow_two, Subtype.coe_mk, ← he, mul_assoc]
94+
rw [pow_two, Subtype.coe_mk, ← he.eq, mul_assoc]
9595
exact Ideal.mul_mem_mul (he'.ge (Ideal.mem_span_singleton_self e)) hx
9696

9797
theorem of_comp {X Y Z : Scheme} (f : X ⟶ Y) (g : Y ⟶ Z)

Mathlib/Analysis/InnerProductSpace/Projection.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ theorem starProjection_eq_self_iff {v : E} : K.starProjection v = v ↔ v ∈ K
606606
variable (K) in
607607
@[simp]
608608
lemma isIdempotentElem_starProjection : IsIdempotentElem K.starProjection :=
609-
ContinuousLinearMap.ext fun x ↦ starProjection_eq_self_iff.mpr <| by simp
609+
ContinuousLinearMap.ext fun x ↦ starProjection_eq_self_iff.mpr <| by simp
610610

611611
@[simp]
612612
lemma range_starProjection (U : Submodule 𝕜 E) [U.HasOrthogonalProjection] :

Mathlib/RingTheory/Unramified/Field.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ theorem bijective_of_isAlgClosed_of_isLocalRing
8989
algebraMap_eq_smul_one, hf₁, sub_self]
9090
have hf₃ : IsIdempotentElem (1 - f 1) := by
9191
apply IsIdempotentElem.one_sub
92-
rw [IsIdempotentElem, ← smul_eq_mul, ← map_smul, hf₁]
92+
rw [isIdempotentElem_iff, ← smul_eq_mul, ← map_smul, hf₁]
9393
have hf₄ : f 1 = 1 := by
9494
obtain ⟨n, hn⟩ := hA
9595
have : (1 - f 1) ^ n = 0 := by

0 commit comments

Comments
 (0)