This is an inofficial mirror of http://metamath.tirix.org for personal testing of a visualizer extension only.
Description: Alternate definition of the quotient map: QMap as ordered-pair class abstraction. Gives the raw set-builder characterization for extensional proofs, Rel proofs ( relqmap ), and composition/intersection manipulations. (Contributed by Peter Mazsa, 14-Feb-2026)
| Ref | Expression | ||
|---|---|---|---|
| Assertion | dfqmap3 | ⊢ QMap 𝑅 = { 〈 𝑥 , 𝑦 〉 ∣ ( 𝑥 ∈ dom 𝑅 ∧ 𝑦 = [ 𝑥 ] 𝑅 ) } |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | df-qmap | ⊢ QMap 𝑅 = ( 𝑥 ∈ dom 𝑅 ↦ [ 𝑥 ] 𝑅 ) | |
| 2 | df-mpt | ⊢ ( 𝑥 ∈ dom 𝑅 ↦ [ 𝑥 ] 𝑅 ) = { 〈 𝑥 , 𝑦 〉 ∣ ( 𝑥 ∈ dom 𝑅 ∧ 𝑦 = [ 𝑥 ] 𝑅 ) } | |
| 3 | 1 2 | eqtri | ⊢ QMap 𝑅 = { 〈 𝑥 , 𝑦 〉 ∣ ( 𝑥 ∈ dom 𝑅 ∧ 𝑦 = [ 𝑥 ] 𝑅 ) } |