Description: The class of all tapes is a set. (Contributed by Ender Ting, 27-Jul-2026)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | tmach.finalph | |- ( ph -> U e. Fin ) |
|
| tmach.exindex | |- ( ph -> I e. _V ) |
||
| tmach.tapelist | |- ( ph -> T = ( U ^m I ) ) |
||
| tmach.scanmap | |- ( ph -> S : T --> ( ~P I i^i Fin ) ) |
||
| tmach.agreemap | |- ( ph -> A = ( z e. T |-> { y e. T | ( y |` ( S ` z ) ) = ( z |` ( S ` z ) ) } ) ) |
||
| tmach.agreement | |- ( ph -> A. z e. T A. y e. ( A ` z ) ( S ` y ) = ( S ` z ) ) |
||
| Assertion | tmachlem-extapes | |- ( ph -> T e. _V ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | tmach.finalph | |- ( ph -> U e. Fin ) |
|
| 2 | tmach.exindex | |- ( ph -> I e. _V ) |
|
| 3 | tmach.tapelist | |- ( ph -> T = ( U ^m I ) ) |
|
| 4 | tmach.scanmap | |- ( ph -> S : T --> ( ~P I i^i Fin ) ) |
|
| 5 | tmach.agreemap | |- ( ph -> A = ( z e. T |-> { y e. T | ( y |` ( S ` z ) ) = ( z |` ( S ` z ) ) } ) ) |
|
| 6 | tmach.agreement | |- ( ph -> A. z e. T A. y e. ( A ` z ) ( S ` y ) = ( S ` z ) ) |
|
| 7 | ovex | |- ( U ^m I ) e. _V |
|
| 8 | 3 7 | eqeltrdi | |- ( ph -> T e. _V ) |