Definitions/Def_GoodReductionJacobian_BareDeformation.lean
Bare deformations of schemes with a relative group law
Fix a commutative ring S, a scheme A_S with a structure morphism f_S : A_S \to \operatorname{Spec} S carrying a relative group law L_S, and a commutative ring B with S a B-algebra. Here a relative group law on a morphism f : A \to \operatorname{Spec} R is the project's functor-of-points datum: a group structure (multiplication, unit, inverse, with associativity, unit laws, left inverse) on the sections \{P : T \to A \mid P \text{ followed by } f = t\} for every t : T \to \operatorname{Spec} R, natural in T. A term of BareDeformation fₛ Lₛ B consists of: a scheme A with f : A \to \operatorname{Spec} B; a relative group law L on f which is commutative (its multiplication is symmetric at every t); the bundle AbelianSchemePropertyBundle B f, asserting that f is smooth and proper, that each fibre f^{-1}(s) of the underlying map of spaces is connected, and that a relative group law on f exists; a morphism g : A_S \to A such that the square formed by g, f_S, f and \operatorname{Spec} of B \to S is cartesian, so A_S is the base change of A along B \to S; and a field hom asserting that g is a homomorphism on points, namely that for all t : T \to \operatorname{Spec} S and sections P, Q of f_S over t, multiplying in L_S and then composing with g agrees with multiplying the composites P-then-g, Q-then-g in L over the induced base point.
Two such deformations D, D' are declared IsIso when some scheme isomorphism e : D.A \cong D'.A satisfies e followed by D'.f equal to D.f and D.g followed by e equal to D'.g; no compatibility with the group laws or unit sections is demanded. Finally, LiftsCoordinates relates formal coordinate systems: for FormalCoordinates \theta_S of f_S and \theta of D.f in d variables, it asserts that for every ring B'' that is simultaneously a B-algebra and an S-algebra compatibly, and every d-tuple s of nilpotent elements of B'', the morphism \theta_S(B'', s) followed by g equals \theta(B'', s).
Relation to Mathlib
Mathlib supplies Smooth, IsProper and IsPullback, used in the conditions above, but has no notion of abelian scheme or of deformation of one; the group structure is carried by the project's functorial RelativeGroupLaw rather than by monoid-object structure in the category of schemes.
Where it is used
These structures package the deformation-theoretic objects attached to an abelian scheme over a base ring: a lift of a given scheme-with-group-law along a ring homomorphism B \to S, together with the relation used to state that formal coordinates on the lift reduce to given ones, as required for Serre–Tate style comparisons in the good-reduction analysis of Jacobians.
References
- N. M. Katz, Serre–Tate local moduli, in: Surfaces algébriques, Lecture Notes in Mathematics 868, Springer, 1981, 138–202
- G. Faltings and C.-L. Chai, Degeneration of Abelian Varieties, Ergebnisse der Mathematik und ihrer Grenzgebiete 22, Springer, 1990
- D. Mumford, Abelian Varieties, Tata Institute of Fundamental Research Studies in Mathematics 5, Oxford University Press, 1970
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 54 lines
- 11 declarations
- used in the statements of 96 theorems and imported by 99 proofs
- imports 3 definition modules
Source file: Definitions/Def_GoodReductionJacobian_BareDeformation.lean
Imports
Imported by
Declarations
- structure
GoodReductionJacobian.BareDeformation - field
GoodReductionJacobian.BareDeformation.A - field
GoodReductionJacobian.BareDeformation.f - field
GoodReductionJacobian.BareDeformation.L - field
GoodReductionJacobian.BareDeformation.comm - field
GoodReductionJacobian.BareDeformation.bundle - field
GoodReductionJacobian.BareDeformation.g - field
GoodReductionJacobian.BareDeformation.cart - field
GoodReductionJacobian.BareDeformation.hom - def
GoodReductionJacobian.BareDeformation.IsIso - def
GoodReductionJacobian.BareDeformation.LiftsCoordinates
Source
import Definitions.Def_JacJ1Iface import Definitions.Def_AlgebraicGeometry_RelativeGroupLaw import Definitions.Def_AlgebraicGeometry_FormalGroupAlongSection set_option autoImplicit false noncomputable section open CategoryTheory AlgebraicGeometry NeronModelInfra namespace GoodReductionJacobian structure BareDeformation {S : Type} [CommRing S] {Aₛ : Scheme.{0}} (fₛ : Aₛ ⟶ Spec (CommRingCat.of S)) (Lₛ : RelativeGroupLaw S fₛ) (B : Type) [CommRing B] [Algebra B S] : Type 1 where A : Scheme.{0} f : A ⟶ Spec (CommRingCat.of B) L : RelativeGroupLaw B f comm : L.IsCommutative bundle : AbelianSchemePropertyBundle B f g : Aₛ ⟶ A cart : IsPullback g fₛ f (Spec.map (CommRingCat.ofHom (algebraMap B S))) hom : ∀ {T : Scheme.{0}} (t : T ⟶ Spec (CommRingCat.of S)) (P Q : SchemeHomOver t fₛ), (Lₛ.mul t P Q).1 ≫ g = (L.mul (t ≫ Spec.map (CommRingCat.ofHom (algebraMap B S))) ⟨P.1 ≫ g, by rw [Category.assoc, cart.w, ← Category.assoc, P.2]⟩ ⟨Q.1 ≫ g, by rw [Category.assoc, cart.w, ← Category.assoc, Q.2]⟩).1 namespace BareDeformation variable {S : Type} [CommRing S] {Aₛ : Scheme.{0}} {fₛ : Aₛ ⟶ Spec (CommRingCat.of S)} {Lₛ : RelativeGroupLaw S fₛ} {B : Type} [CommRing B] [Algebra B S] def IsIso (D D' : BareDeformation fₛ Lₛ B) : Prop := ∃ e : D.A ≅ D'.A, e.hom ≫ D'.f = D.f ∧ D.g ≫ e.hom = D'.g def LiftsCoordinates {d : ℕ} (D : BareDeformation fₛ Lₛ B) (θₛ : RelativeGroupLaw.FormalCoordinates fₛ d) (θ : RelativeGroupLaw.FormalCoordinates D.f d) : Prop := ∀ (B'' : Type) [CommRing B''] [Algebra B B''] [Algebra S B''] [IsScalarTower B S B''] (s : Fin d → B''), (∀ i, IsNilpotent (s i)) → (θₛ B'' s).1 ≫ D.g = (θ B'' s).1 end BareDeformation end GoodReductionJacobian end
Statements phrased using this module (96)
- Full level structure on a Λ-equivariant bare deformation
CerednikDrinfeld.QM.FakeEllipticCurve.WithFullLevel.exists_isPullbackVia_fstHom_iso_of_bareDeformation_of_act64 below · depth 29 - Rigidity for first-order deformations with full level structure
CerednikDrinfeld.QM.FakeEllipticCurve.WithFullLevel.iso_of_comp_hom_eq_of_isPullbackVia_fstHom48 below · depth 29 - Λ-equivariant lifting of fake elliptic curves along square-zero thickenings
CerednikDrinfeld.QM.FakeEllipticCurve.exists_bareDeformation_act_of_ker_mul_ker_eq_bot_of_isArtinianRing1,056 below · depth 29 - First-order deformations of a fake elliptic curve over k[ε]
CerednikDrinfeld.QM.FakeEllipticCurve.exists_class_bareDeformation_dualNumber_forall_isIso_iff_of_isAlgClosed_of_charP986 below · depth 29 - Fake elliptic curve structure on a Λ-linear bare deformation
CerednikDrinfeld.QM.FakeEllipticCurve.exists_isPullbackVia_of_bareDeformation_of_act_of_isArtinianRing60 below · depth 29 - Fibre dimension and trace condition pass to a bare deformation
CerednikDrinfeld.QM.FakeEllipticCurve.dim_fibre_and_act_trace_of_bareDeformation1 below · depth 30 - Lifting the Λ-action to a bare deformation
CerednikDrinfeld.QM.FakeEllipticCurve.exists_act_of_forall_exists_comp_eq_comp_of_bareDeformation_of_isArtinianRing25 below · depth 30 - Endomorphism lifts to a regluing iff its Kodaira–Spencer obstruction vanishes
GoodReductionJacobian.BareDeformation.exists_comp_eq_comp_iff_map_tmul_sub_eq_zero_of_isRegluingBy_of_hom_bare78 below · depth 30 - Isomorphic regluings have cohomologous tangent cocycles
GoodReductionJacobian.BareDeformation.exists_d_eq_sub_of_isIso_of_isTangentCoordsOfPairAt_bare20 below · depth 30 - Bare deformations are regluings carrying a cocycle tangent class
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_exists_isTangentCoordsOfPairAt_of_bareDeformation_bare31 below · depth 30 - Regluing a bare deformation along a Čech tangent cocycle
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_isTangentCoordsOfPairAt_bare144 below · depth 30 - Tangent class of a base-changed reglued bare deformation
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_isTangentCoordsOfPairAt_comp_of_isPullback_ringHom_bare5 below · depth 30 - Unique level-N structure on a bare deformation
GoodReductionJacobian.BareDeformation.exists_level_lift_of_smoothOfRelativeDimension58 below · depth 30 - Regluings with cohomologous tangent cocycles give isomorphic deformations
GoodReductionJacobian.BareDeformation.isIso_of_isRegluingBy_of_exists_d_eq_sub_bare22 below · depth 30 - Re-gluing preserves smoothness of relative dimension n
GoodReductionJacobian.BareDeformation.smoothOfRelativeDimension_of_isRegluingBy0 below · depth 30 - The constant first-order deformation of an abelian scheme
GoodReductionJacobian.exists_bareDeformation_dualNumber_isPullback_fst_comp_eq_id14 below · depth 30 - Tangent cochain of a re-glued deformation is a cocycle
GoodReductionJacobian.BareDeformation.d_one_apply_eq_zero_of_isRegluingBy_of_isTangentCoordsOfPairAt_bare17 below · depth 31 - Cohomologous tangent cocycles give compatible chart automorphisms
GoodReductionJacobian.BareDeformation.exists_chartIso_comp_eq_of_isRegluingBy_of_exists_d_eq_sub20 below · depth 31 - Isomorphic regluings give compatible chart automorphisms
GoodReductionJacobian.BareDeformation.exists_chartIso_comp_eq_of_isRegluingBy_of_isIso1 below · depth 31 - Lifting an endomorphism to a re-glued deformation: obstruction criterion
GoodReductionJacobian.BareDeformation.exists_comp_eq_comp_iff_add_map_tmul_sub_eq_zero_of_isRegluingBy_of_local_lifts_bare77 below · depth 31 - Compatible chart automorphisms make the two tangent cocycles cohomologous
GoodReductionJacobian.BareDeformation.exists_d_eq_sub_of_chartIso_comp_eq_of_isTangentCoordsOfPairAt17 below · depth 31 - Gluing deformation charts along overlap automorphisms
GoodReductionJacobian.BareDeformation.exists_glued_scheme_of_overlap_isos3 below · depth 31 - Every bare deformation re-glues a fixed one on an affine cover
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_of_bareDeformation_bare11 below · depth 31 - Re-gluing commutes with base change along φ
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_of_isRegluingBy_of_isPullback_of_preimage_eq0 below · depth 31 - Functoriality of tangent coordinates under a semilinear self-base-change
GoodReductionJacobian.BareDeformation.exists_isTangentCoordsOfPairAt_comp_of_isPullback_ringHom_of_comp_eq_of_over_over_bare3 below · depth 31 - Overlap automorphism realising a tangent cocycle component
GoodReductionJacobian.BareDeformation.exists_overlap_iso_isTangentCoordsOfPairAt_bare6 below · depth 31 - Point-derivation tangent coordinates for the overlaps of a regluing
GoodReductionJacobian.BareDeformation.exists_pointDerivations_isTangentCoordsOfPairAt_of_isRegluingBy_bare15 below · depth 31 - Commutative group law on a smooth cartesian lift over B
GoodReductionJacobian.BareDeformation.exists_relativeGroupLaw_of_isPullback_of_smooth136 below · depth 31 - Triple-overlap cocycle identity for the regluing automorphisms
GoodReductionJacobian.BareDeformation.exists_restrict_comp_eq_of_isTangentCoordsOfPairAt_of_d_eq_zero_bare18 below · depth 31 - Torsion kernels of a bare deformation are base changes
GoodReductionJacobian.BareDeformation.exists_schemeKer_comparison1 below · depth 31 - Clopenness of the level locus in the N-torsion subscheme
GoodReductionJacobian.BareDeformation.isClopen_levelPiece18 below · depth 31 - Geometric fibres of the lifted level locus are (ℤ/N)²
GoodReductionJacobian.BareDeformation.levelPiece_fibre0 below · depth 31 - Lifted level piece: closed immersion, finite flat of rank N²
GoodReductionJacobian.BareDeformation.levelPiece_isClosedImmersion_finite_flat_finrank39 below · depth 31 - Group-law and level stability of the lifted level piece W
GoodReductionJacobian.BareDeformation.levelPiece_points4 below · depth 31 - Uniqueness of the lifted level subscheme of a bare deformation
GoodReductionJacobian.BareDeformation.levelPiece_unique41 below · depth 31 - Points factoring through an open part of A[n]
GoodReductionJacobian.RelativeGroupLaw.factorsThrough_opens_schemeKer_iff_nsmulPt_eq_one_and_range_subset1 below · depth 31 - Kernel of [n] is finite flat étale when n∈ R^×
GoodReductionJacobian.RelativeGroupLaw.isFinite_flat_etale_schemeKerStr_of_isUnit34 below · depth 31 - Gluing an ordered affine cover along point-fixing overlap automorphisms
AlgebraicGeometry.Scheme.OrderedAffineCover.exists_glued_of_overlap_isos_of_forall_base_eq0 below · depth 32 - Endomorphism of an open fixing a nilpotent thickening's reduction is pointwise trivial
GoodReductionJacobian.BareDeformation.base_eq_of_morphismRestrict_comp_eq0 below · depth 32 - τ-twisted obstruction cochain of local lifts is a cocycle
GoodReductionJacobian.BareDeformation.d_twisted_hom_obstruction_cochain_eq_zero_of_isRegluingBy_bare12 below · depth 32 - Lifting a ring action to a bare deformation
GoodReductionJacobian.BareDeformation.exists_act_of_forall_exists_comp_eq_comp_of_isArtinianRing28 below · depth 32 - Coboundary criterion for lifting an endomorphism to a reglued deformation
GoodReductionJacobian.BareDeformation.exists_comp_eq_comp_iff_forall_mem_range_d_of_isRegluingBy_of_twisted_local_lifts_bare32 below · depth 32 - Comparison map, cartesian square and smoothness for a glued chart scheme
GoodReductionJacobian.BareDeformation.exists_comparison_isPullback_smooth_of_glued0 below · depth 32 - Correcting a bare deformation so that each Λ-endomorphism lifts
GoodReductionJacobian.BareDeformation.exists_forall_exists_comp_eq_comp_of_separabilityElement_of_ker_mul_maximalIdeal_eq_bot253 below · depth 32 - Chartwise lifts and their τ-twisted obstruction cochain
GoodReductionJacobian.BareDeformation.exists_local_lifts_twisted_hom_obstruction_cochain_of_isRegluingBy_bare32 below · depth 32 - Four-term re-gluing identity for the endomorphism obstruction cocycle
GoodReductionJacobian.BareDeformation.exists_orderedAffineCover_d_eq_unitPullback_hom_obstruction_cocycle_sub_of_isRegluingBy_bare33 below · depth 32 - Pair tangent field transported by a cartesian self-map
GoodReductionJacobian.BareDeformation.isTangentOfPair_specMap_comp_of_isPullback_ringHom_of_comp_eq_bare0 below · depth 32 - N-torsion is a subgroup, stable under lifted endomorphisms
GoodReductionJacobian.BareDeformation.nsmulPt_eq_one_of_mul_inv_one_pushPt_comp0 below · depth 32 - Closure on points of the level image in a bare deformation
GoodReductionJacobian.BareDeformation.range_subset_image_lev_of_mul_inv_one_pushPt0 below · depth 32 - Upgrading a bare deformation to a fake elliptic curve
CerednikDrinfeld.QM.FakeEllipticCurve.exists_lift_of_isFormalModuleVia_of_bareDeformation856 below · depth 33 - Height 4 of the formal group of a fake elliptic curve
CerednikDrinfeld.QM.FakeEllipticCurve.finrank_quotient_span_nthSeries_map_eq_pow_four_of_isFormalModuleVia779 below · depth 33 - Chart-wise lifts of an endomorphism into a reglued deformation
GoodReductionJacobian.BareDeformation.exists_chart_lift_comp_eq_of_isRegluingBy_bare31 below · depth 33 - Regluing law: four-term obstruction combination is a coboundary
GoodReductionJacobian.BareDeformation.exists_d_eq_unitPullback_hom_obstruction_cocycle_sub_baseChange_of_local_lifts_factor_bare31 below · depth 33 - Serre–Tate lifting of an abelian scheme along its formal group
GoodReductionJacobian.BareDeformation.exists_isFormalCoordinates_liftsCoordinates_of_isArtinianRing_of_isAlgClosed1,160 below · depth 33 - Refinement of a cover on which local lifts factor
GoodReductionJacobian.BareDeformation.exists_orderedAffineCover_local_lifts_factor_bare0 below · depth 33 - Affine frame for a bare deformation and its residue fibre
GoodReductionJacobian.BareDeformation.exists_orderedAffineCover_unit_chart_frame_bare2 below · depth 33 - Separability element trivialises the obstruction cocycle
GoodReductionJacobian.BareDeformation.exists_pointDerivations_forall_map_hom_obstruction_cocycle_add_sub_eq_zero_of_separabilityElement_bare45 below · depth 33 - Λ-action on the special fibre of a bare deformation
GoodReductionJacobian.BareDeformation.exists_specialFibre_act_comp_eq_of_act_bare0 below · depth 33 - Lifting the Λ-action to a bare deformation
CerednikDrinfeld.QM.FakeEllipticCurve.exists_act_of_bareDeformation_of_isFormalCoordinates827 below · depth 34 - Transporting pair tangent coordinates to a subchart of a local lift
GoodReductionJacobian.BareDeformation.exists_algHom_isTangentCoordsOfPairAt_regluing_of_local_lift_factor_bare10 below · depth 34 - Refining four chart factorisations to a common overlap
GoodReductionJacobian.BareDeformation.exists_factor_inf_of_local_lifts_factor_bare0 below · depth 34 - Serre–Tate lifting along one small surjection
GoodReductionJacobian.BareDeformation.exists_isFormalCoordinates_liftsCoordinates_of_ker_mul_maximalIdeal_eq_bot1,159 below · depth 34 - Tangent coordinates for a pair of local lifts
GoodReductionJacobian.BareDeformation.exists_isTangentCoordsOfPairAt_local_lifts_factor_bare6 below · depth 34 - Untwisting the twisted lift coordinates on a smaller affine open
GoodReductionJacobian.BareDeformation.exists_isTangentCoordsOfPairAt_local_lifts_untwist_bare17 below · depth 34 - Tangent coordinates of a pair transported through a regluing chart
GoodReductionJacobian.BareDeformation.isTangentCoordsOfPairAt_comp_regluing_chart_of_comp_incl_bare4 below · depth 34 - Chartwise lift of ψ on sections over the residue field
GoodReductionJacobian.BareDeformation.map_app_app_eq_map_app_of_specMap_comp_eq_of_local_lift_factor_bare0 below · depth 34 - Obstruction class of a composite endomorphism
GoodReductionJacobian.BareDeformation.map_hom_obstruction_cocycle_comp_eq_add_map_tmul_of_local_lifts_bare35 below · depth 34 - Additivity of the obstruction class under pointwise product
GoodReductionJacobian.BareDeformation.map_hom_obstruction_cocycle_eq_add_of_local_lifts_mul_bare13 below · depth 34 - Isomorphic regluings have cohomologous tangent cocycles
GoodReductionJacobian.BareDeformation.exists_d_eq_sub_of_isIso_of_isTangentCoordsOfPairAt20 below · depth 35 - Obstruction cochain of a composite endomorphism: coboundary identity
GoodReductionJacobian.BareDeformation.exists_d_eq_unitPullback_hom_obstruction_cocycle_comp_sub_map_tmul_sub_baseChange_of_local_lifts_factor_bare33 below · depth 35 - Formal coordinates on a bare deformation lifting given ones
GoodReductionJacobian.BareDeformation.exists_deformation_isFormalCoordinates_liftsCoordinates18 below · depth 35 - Re-coordinatising a group law by a strict isomorphism
GoodReductionJacobian.BareDeformation.exists_isFormalCoordinates_liftsCoordinates_of_isIso1 below · depth 35 - Re-gluing a bare deformation by a tangent 1-cocycle
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_isTangentCoordsOfPairAt144 below · depth 35 - Kodaira–Spencer linearity for re-glued bare deformations
GoodReductionJacobian.BareDeformation.exists_linearMap_pointDerivations_forall_isShiftBy247 below · depth 35 - Unit section of a relative group law lies in one affine chart
GoodReductionJacobian.RelativeGroupLaw.exists_orderedAffineCover_exists_comp_eq_one0 below · depth 35 - Formal coordinates transfer to the fibre of a bare deformation
GoodReductionJacobian.BareDeformation.exists_isFormalCoordinates_map_liftsCoordinates0 below · depth 36 - Tangent coordinates comparing a composite lift with a factored lift
GoodReductionJacobian.BareDeformation.exists_isTangentCoordsOfPairAt_comp_local_lifts_factor_bare6 below · depth 36 - Overlap automorphisms realising a prescribed tangent cochain
GoodReductionJacobian.BareDeformation.exists_overlap_iso_isTangentCoordsOfPairAt6 below · depth 36 - Triple-overlap identity for the chart automorphisms of a cocycle
GoodReductionJacobian.BareDeformation.exists_restrict_comp_eq_of_isTangentCoordsOfPairAt_of_d_eq_zero18 below · depth 36 - Re-gluing by c+rc' shifts the formal group by w+rw'
GoodReductionJacobian.BareDeformation.isShiftBy_add_smul_of_isRegluingBy_of_isTangentCoordsOfPairAt_add_smul241 below · depth 36 - Shift class of a regluing depends only on the Čech class
GoodReductionJacobian.BareDeformation.isShiftBy_of_isShiftBy_of_isRegluingBy_of_exists_d_eq_sub100 below · depth 36 - Affine combination identity for slices of an overlap automorphism
GoodReductionJacobian.BareDeformation.appTop_eq_add_mul_sub_of_slices2 below · depth 37 - Cocycle identity for the transitions of a re-gluing
GoodReductionJacobian.BareDeformation.exists_cocycle_of_isRegluingBy1 below · depth 37 - Base change of a bare deformation with formal coordinates
GoodReductionJacobian.BareDeformation.exists_isPullback_isFormalCoordinates_map_of_ringHom_comp_eq14 below · depth 37 - Re-gluing commutes with base change along a retraction
GoodReductionJacobian.BareDeformation.exists_isRegluingBy_of_isRegluingBy_of_isPullback0 below · depth 37 - Isomorphic bare deformations admit a unit-preserving, multiplicative isomorphism
GoodReductionJacobian.BareDeformation.exists_iso_one_comp_eq_mapPt_mul_of_isIso59 below · depth 37 - Overlap automorphisms over a triple fibre product base
GoodReductionJacobian.BareDeformation.exists_overlap_isos_comap_of_sections11 below · depth 37 - Transport of formal coordinates along an isomorphism of bare deformations
GoodReductionJacobian.BareDeformation.isFormalCoordinates_and_liftsCoordinates_mapPt_inv0 below · depth 37 - Strict isomorphism of the formal groups of a bare deformation
GoodReductionJacobian.BareDeformation.isIso_of_isFormalCoordinates_of_liftsCoordinates5 below · depth 37 - Cohomologous tangent cocycles give isomorphic regluings
GoodReductionJacobian.BareDeformation.isIso_of_isRegluingBy_of_exists_d_eq_sub22 below · depth 37 - Universal overlap automorphism over a triple fibre product of bases
GoodReductionJacobian.BareDeformation.exists_overlap_isos_comap_slice6 below · depth 38 - Cocycle identity descends to the base-changed overlap automorphisms
GoodReductionJacobian.BareDeformation.overlap_isos_comap_cocycle_of_slice7 below · depth 38 - Three slices jointly determine morphisms of pulled-back overlaps
GoodReductionJacobian.BareDeformation.eq_of_forall_slice_comp_eq3 below · depth 39 - Slice-prescribed endomorphism of a pulled-back overlap
GoodReductionJacobian.BareDeformation.exists_endo_comap_inter_of_slices5 below · depth 39 - First-order bare deformations with Λ-action are fake elliptic curves
CerednikDrinfeld.QM.FakeEllipticCurve.exists_isPullbackVia_fstHom_iso_of_bareDeformation_of_act60 below · depth 41 - Rigidifying an isomorphism of first-order deformations of a fake elliptic curve
CerednikDrinfeld.QM.FakeEllipticCurve.exists_isPullbackVia_id_of_iso_comp_eq48 below · depth 41