Theorems · Theorem · commutative algebra
Ring.DirectLimit.induction_on
∀ {ι : Type u_1} [inst : Preorder ι] {G : ι → Type u_2} [inst_1 : (i : ι) → CommRing (G i)]
{f : (i j : ι) → i ≤ j → G i → G j} [Nonempty ι] [IsDirectedOrder ι] {C : Ring.DirectLimit G f → Prop}
(z : Ring.DirectLimit G f), (∀ (i : ι) (x : G i), C ((Ring.DirectLimit.of G f i) x)) → C z- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- IsDirectedOrderstatement and proof · cited by 316
- Ring.DirectLimitstatement and proof · cited by 26
- Ring.DirectLimit.ofstatement and proof · cited by 21
- Ring.DirectLimit.exists_ofproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Field.DirectLimit.exists_invproof · cited by 1
- Ring.DirectLimit.lift_injectiveproof · cited by 0