Skip to content

Commit

Permalink
chore: backports for leanprover/lean4#4814 (part 27) (#15543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored and bjoernkjoshanssen committed Sep 11, 2024
1 parent 369e73d commit 24e5fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/AlgebraicGeometry/Morphisms/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ instance (priority := 900) : IsLocalAtTarget P := by
exact of_isPullback (.of_hasPullback _ _) this

open AffineTargetMorphismProperty in
protected theorem iff :
protected theorem iff {P : MorphismProperty Scheme} {Q : AffineTargetMorphismProperty} :
HasAffineProperty P Q ↔ IsLocalAtTarget P ∧ Q = of P :=
fun _ ↦ ⟨inferInstance, ext fun _ _ _ ↦ iff_of_isAffine.symm⟩,
fun ⟨_, e⟩ ↦ e ▸ of_isLocalAtTarget P⟩
Expand Down

0 comments on commit 24e5fde

Please sign in to comment.