Theorems · Theorem · commutative algebra
split_by_characteristic
∀ (R : Type u_1) [inst : CommRing R] {P : Prop},
(∀ (p : ℕ), p ≠ 0 → CharP R p → P) → (∀ (a : Algebra ℚ R), P) → (∀ (p : ℕ), Nat.Prime p → MixedCharZero R p → P) → PSplit any Prop over R into the three cases:
- positive characteristic.
- equal characteristic zero.
- mixed characteristic (0, p).
- Defined in
- Mathlib.Algebra.CharP.MixedCharZero
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Nat.Primestatement and proof · cited by 2,059
- CharZeroproof · cited by 932
- CharPstatement and proof · cited by 478
- CharP.existsproof · cited by 16
- CharP.charP_to_charZeroproof · cited by 11
- MixedCharZerostatement and proof · cited by 9
- split_equalCharZero_mixedCharZeroproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- split_by_characteristic_domainproof · cited by 0
- split_by_characteristic_localRingproof · cited by 0