Theorems · Theorem · order theory
Set.image2_assoc
∀ {α : Type u_1} {β : Type u_3} {γ : Type u_5} {δ : Type u_7} {ε : Type u_9} {ε' : Type u_10} {s : Set α} {t : Set β}
{u : Set γ} {f : δ → γ → ε} {g : α → β → δ} {f' : α → ε' → ε} {g' : β → γ → ε'},
(∀ (a : α) (b : β) (c : γ), f (g a b) c = f' a (g' b c)) →
Set.image2 f (Set.image2 g s t) u = Set.image2 f' s (Set.image2 g' t u)- Defined in
- Mathlib.Data.Set.NAry
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.image2statement · cited by 311
- Set.eq_of_forall_subset_iffproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- Set.image2_left_commproof · cited by 3
- Set.image2_right_commproof · cited by 3
- Finset.image₂_assocproof · cited by 2
- Set.seq_seqproof · cited by 1
- Set.sups_assocproof · cited by 0
- Set.infs_assocproof · cited by 0