Theorems · Theorem · logic and foundations
PFun.mem_prodLift
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {f : α →. β} {g : α →. γ} {x : α} {y : β × γ},
y ∈ f.prodLift g x ↔ y.1 ∈ f x ∧ y.2 ∈ g x- Defined in
- Mathlib.Data.PFun
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Partstatement · cited by 325
- PFunstatement and proof · cited by 207
- Part.Domproof · cited by 145
- Part.getproof · cited by 77
- PFun.prodLiftstatement · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.