Mathlib Map

Theorems · Theorem · commutative algebra

RingHom.CodescendsAlong.and

∀ {P Q P' : {R S : Type u} → [inst : CommRing R] → [inst_1 : CommRing S] → (R →+* S) → Prop},
  (RingHom.CodescendsAlong (fun {R S} [CommRing R] [CommRing S] => P) fun {R S} [CommRing R] [CommRing S] => Q) →
    (RingHom.CodescendsAlong (fun {R S} [CommRing R] [CommRing S] => P') fun {R S} [CommRing R] [CommRing S] => Q) →
      RingHom.CodescendsAlong (fun {R S} [CommRing R] [CommRing S] f => P f ∧ P' f)
        fun {R S} [CommRing R] [CommRing S] => Q
Defined in
Mathlib.RingTheory.RingHomProperties
Cited by
1 results in Mathlib
Foundations
Depth 13 from the axioms · uses no axioms

Around this declaration

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

Cites7

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

Cited by1

Results whose statement or proof uses this declaration.