Mathlib Map

Theorems · Definition · field theory

IsPerfectClosure.equiv

{K : Type u_1} →
  {L : Type u_2} →
    {M : Type u_3} →
      [inst : CommRing K] →
        [inst_1 : CommRing L] →
          [inst_2 : CommRing M] →
            (i : K →+* L) →
              (j : K →+* M) →
                (p : ℕ) →
                  [inst_3 : ExpChar M p] →
                    [ExpChar K p] →
                      [inst_5 : ExpChar L p] →
                        [inst_6 : PerfectRing L p] →
                          [IsPerfectClosure i p] → [inst_8 : PerfectRing M p] → [IsPerfectClosure j p] → L ≃+* M

If L and M are both perfect closures of K, then there is a ring isomorphism L ≃+* M. This is similar to IsAlgClosure.equiv and IsSepClosure.equiv.

Defined in
Mathlib.FieldTheory.IsPerfectClosure
Cited by
13 results in Mathlib
Foundations
Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingCommRingExpCharExpCharExpCharPerfectRingIsPerfectClosurePerfectRingIsPerfectClosure

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsPerfectClosure.equiv_comp_equiv_apply · cited by 2IsPerfectClosure.equiv_co…IsPerfectClosure.equiv_self_apply · cited by 2IsPerfectClosure.equiv_se…IsPerfectClosure.equiv_symm · cited by 1IsPerfectClosure.equiv_sy…IsPerfectClosure.equiv_apply · cited by 1IsPerfectClosure.equiv_ap…IsPerfectClosure.equiv_comp_apply · cited by 1IsPerfectClosure.equiv_co…IsPerfectClosure.equiv_comp_equiv_apply_eq_self · cited by 1IsPerfectClosure.equiv_co…IsPerfectClosure.equiv_symm_apply · cited by 0IsPerfectClosure.equiv_sy…IsPerfectClosure.equiv_symm_toRingHom · cited by 0IsPerfectClosure.equiv_sy…IsPerfectClosure.equiv_toRingHom · cited by 0IsPerfectClosure.equiv_to…IsPerfectClosure.equiv_comp · cited by 0IsPerfectClosure.equiv_co…IsPerfectClosure.equiv_comp_equiv · cited by 0IsPerfectClosure.equiv_co…IsPerfectClosure.equiv_comp_equiv_eq_id · cited by 0IsPerfectClosure.equiv_co…IsPerfectClosure.equiv_self · cited by 0IsPerfectClosure.equiv_se…CommRing · cited by 17173CommRingRingHom · cited by 10189RingHomRingEquiv · cited by 1147RingEquivExpChar · cited by 276ExpCharPerfectRing · cited by 154PerfectRingRingHom.toMonoidHom · cited by 132RingHom.toMonoidHomOneHom.toFun · cited by 132OneHom.toFunMonoidHom.toOneHom · cited by 132MonoidHom.toOneHomPerfectRing.lift · cited by 19PerfectRing.liftIsPerfectClosure · cited by 14IsPerfectClosurePerfectRing.liftAux · cited by 6PerfectRing.liftAuxPerfectRing.lift_comp_lift_apply_eq_self · cited by 1PerfectRing.lift_comp_lif…IsPerfectClosure.equivCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.