Skip to main content

Soundness Completeness

Definition

Soundness and completeness are two fundamental properties of a logical system or a formal verification method. Soundness implies that if a statement can be proven within the system, then that statement is indeed true. Completeness means that if a statement is true, it can be proven within the system. In the context of blockchain, these properties are critical for formal verification of smart contracts or consensus protocols, ensuring their logical integrity.