Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Wormhole Category

Abstract

Typed semiconjugate bridges compose and transport fixed behavior.

Theorem 1.1 (Identity Compose).

Proof. Machine-checked in Lean as D5/S3/Observer/Bridges/WormholeCategory.identity_compose (✓ std3). ∎

Source. Repository-derived.

Commentary.

Left identity for wormhole composition.

The declaration keeps its parameters and hypotheses explicit; the result makes no converse or broader existence claim beyond that scope.

Theorem 1.2 (Compose Identity).

Proof. Machine-checked in Lean as D5/S3/Observer/Bridges/WormholeCategory.compose_identity (✓ std3). ∎

Source. Repository-derived.

Commentary.

Right identity for wormhole composition.

The declaration keeps its parameters and hypotheses explicit; the result makes no converse or broader existence claim beyond that scope.

Theorem 1.3 (Compose Assoc).

Proof. Machine-checked in Lean as D5/S3/Observer/Bridges/WormholeCategory.compose_assoc (✓ std3). ∎

Source. Repository-derived.

Commentary.

Associativity of wormhole composition.

The declaration keeps its parameters and hypotheses explicit; the result makes no converse or broader existence claim beyond that scope.

Theorem 1.4 (Maps Fixed Point).

Proof. Machine-checked in Lean as D5/S3/Observer/Bridges/WormholeCategory.maps_fixed_point (✓ std3). ∎

Source. Repository-derived.

Commentary.

A wormhole transports every fixed source state to a fixed target state.

The declaration keeps its parameters and hypotheses explicit; the result makes no converse or broader existence claim beyond that scope.

Theorem 1.5 (Maps Iterate).

Proof. Machine-checked in Lean as D5/S3/Observer/Bridges/WormholeCategory.maps_iterate (✓ std3). ∎

Source. Repository-derived.

Commentary.

A wormhole transports every finite iterate of the source dynamics.

The declaration keeps its parameters and hypotheses explicit; the result makes no converse or broader existence claim beyond that scope.

Theorem 1.6 (Composite Maps Fixed Point).

Proof. Machine-checked in Lean as D5/S3/Observer/Bridges/WormholeCategory.composite_maps_fixed_point (✓ std3). ∎

Source. Repository-derived.

Commentary.

Composite wormholes transport fixed points across multiple worlds.

The declaration keeps its parameters and hypotheses explicit; the result makes no converse or broader existence claim beyond that scope.

References

  • Truth anchor: D5/S3/Observer/Bridges/WormholeCategory.compose_assoc
  • Truth anchor: D5/S3/Observer/Bridges/WormholeCategory.compose_identity
  • Truth anchor: D5/S3/Observer/Bridges/WormholeCategory.composite_maps_fixed_point
  • Truth anchor: D5/S3/Observer/Bridges/WormholeCategory.identity_compose
  • Truth anchor: D5/S3/Observer/Bridges/WormholeCategory.maps_fixed_point
  • Truth anchor: D5/S3/Observer/Bridges/WormholeCategory.maps_iterate
  • Dependency: D5/S3/Observer/Bridges/FixedPointSemiconjugacy