//! Algebraic structures and operations for PPF framework
//!
//! This module implements advanced algebraic concepts from the PPF theory:
//! - State-space ideals distinguishing IS(n) from IS(-n)
//! - P-prime spectrum as a scheme with special Sign Prime point
//! - Multiplication algebra modeling quantum collapse
//! - Homological algebra on factorization complexes
pub use *;
pub use *;
pub use *;
pub use *;