Description: Define the intersection of a class. Definition 7.35 of TakeutiZaring p. 44. For example, |^| { { 1 , 3 } , { 1 , 8 } } = { 1 } . Compare this with the intersection of two classes, df-in . (Contributed by NM, 18-Aug-1993)
|- |^| A = { x | A. y ( y e. A -> x e. y ) }
|- A
|- |^| A
|- x
|- y
|- y e. A
|- x e. y
|- ( y e. A -> x e. y )
|- A. y ( y e. A -> x e. y )
|- { x | A. y ( y e. A -> x e. y ) }