Description: Define the sixth Gödel operation. This function takes two arguments and returns the intersection of the first argument with the converse of the second argument (see df-in and df-cnv ). Based on the sixth case of Definition 14.2 of TakeutiZaring p. 144. (Contributed by BTernaryTau, 2-Sep-2026)
| Ref | Expression | ||
|---|---|---|---|
| Assertion | df-gdlop6 | |- ~F6 = ( x e. _V , y e. _V |-> ( x i^i `' y ) ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 0 | cgdlop6 | |- ~F6 |
|
| 1 | vx | |- x |
|
| 2 | cvv | |- _V |
|
| 3 | vy | |- y |
|
| 4 | 1 | cv | |- x |
| 5 | 3 | cv | |- y |
| 6 | 5 | ccnv | |- `' y |
| 7 | 4 6 | cin | |- ( x i^i `' y ) |
| 8 | 1 3 2 2 7 | cmpo | |- ( x e. _V , y e. _V |-> ( x i^i `' y ) ) |
| 9 | 0 8 | wceq | |- ~F6 = ( x e. _V , y e. _V |-> ( x i^i `' y ) ) |