Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Alexandrov Monotone Continuity

Abstract

Maps between upper Alexandrov spaces are continuous exactly when they are monotone.

Theorem 1.1 (Continuity between upper Alexandrov spaces is monotonicity).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DependencyTopology/AlexandrovMonotoneContinuity.continuous_upperSetTopology_iff_monotone (✓ std3). ∎

Source. Repository-derived.

Commentary.

Fix reflexive and transitive relations on the source and target and give each carrier its upper-set Alexandrov topology.

Continuity pulls the principal upset of a mapped source point back to an open source set. Upward closure of that preimage forces the map to preserve the relation.

Conversely, a relation-preserving map sends every source relation step to a target relation step, so preimages of target upper sets are upper and therefore open.

Theorem 1.2 (A monotone dependency map is continuous).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DependencyTopology/AlexandrovMonotoneContinuity.monotone_continuous_dependencyTopology (✓ std3). ∎

Source. Repository-derived.

Commentary.

RelationMonotone here means that the map preserves reflexive-transitive dependency reachability from the source graph to the target graph.

Applying the upper-Alexandrov equivalence to those two reachability relations yields continuity between the corresponding dependency topologies.

References