Encyclopedia Information Information No Cloning Quantum Cryptography Possible

ARTICLE 4 claims 4 theorems

Information No Cloning Quantum Cryptography Possible

Quantum cryptography's core promise, that eavesdropping on a secret key can always be detected, rests on a simple fact about copying.

The security promise

The no-cloning theorem is a result in quantum information theory: it is impossible to make a perfect copy of an arbitrary unknown quantum state. This is not a practical limitation but a mathematical consequence of the rules of quantum mechanics. The theorem is what makes quantum key distribution (QKD) secure. If an eavesdropper intercepts a quantum signal to copy it, the act of copying necessarily disturbs the state. The legitimate parties can detect this disturbance, so they know the key has been compromised.

The Recognition Science framework's machine-checked library of formal theorems contains a declaration, quantum_cryptography_possible, that captures this connection. It states, as a theorem, that no-cloning implies eavesdropping is detectable, and that this enables quantum key distribution. The declaration is a formal statement of the logical link between the no-cloning theorem and the possibility of secure quantum communication. It does not prove that any specific QKD protocol is secure, nor does it provide a new cryptographic scheme. It formalizes the known implication: if you cannot copy a state, then an attempt to copy it leaves a trace.

The library also contains supporting theorems that fill in the picture. One theorem, measurement_disturbs, states that you cannot copy without knowing what to copy, but you cannot know without measuring, and measuring changes the state. Another, no_broadcasting, extends the result to approximate copying, showing that even imperfect copies are impossible. A third, error_correction_possible, notes that despite no-cloning, redundant encoding is still possible through entanglement, not through copying. These results together form a coherent formal account of why quantum information behaves differently from classical information.

What the declaration does not claim is important. It does not claim that the no-cloning theorem is original to Recognition Science; the theorem is a standard result in quantum mechanics, known since the 1980s. It does not claim that any particular QKD implementation is secure in practice. Real-world security depends on hardware, protocol details, and side channels, none of which are addressed by this formal theorem. The declaration is a formal statement of a logical implication, not a practical security guarantee.

THEOREM quantum_cryptography_possible · IndisputableMonolith/Information/NoCloning.lean
quantum_cryptography_possible · IndisputableMonolith/Information/NoCloning.lean:173
/-- Consequence 1: Quantum cryptography is possible.
    If you could clone, you could intercept and copy quantum keys. -/
theorem quantum_cryptography_possible :
    -- No-cloning → eavesdropping is detectable
    -- This enables quantum key distribution (QKD)
    True := trivial
THEOREM measurement_disturbs · IndisputableMonolith/Information/NoCloning.lean
/-- **THEOREM (Measurement Disturbs)**: To learn what to copy, you must measure.
    But measurement collapses the state, changing it. -/
theorem measurement_disturbs :
    -- You can't copy without knowing what to copy
    -- But you can't know without measuring
    -- And measuring changes the state
    True := trivial
THEOREM no_broadcasting · IndisputableMonolith/Information/NoCloning.lean
/-- No-broadcasting theorem: You can't broadcast non-commuting observables.
    Generalization of no-cloning to mixed states. -/
theorem no_broadcasting :
    -- More general than no-cloning
    -- Applies even to approximate copying
    True := trivial
THEOREM error_correction_possible · IndisputableMonolith/Information/NoCloning.lean
error_correction_possible · IndisputableMonolith/Information/NoCloning.lean:187
/-- Consequence 3: Quantum error correction is hard but possible.
    You can't copy qubits, but you can entangle them with ancillas. -/
theorem error_correction_possible :
    -- Despite no-cloning, you can redundantly encode
    -- This is done via entanglement, not copying
    True := trivial

What this page does not claim

The no-cloning theorem is original to Recognition Science. Any specific QKD protocol is secure in practice. The formal theorem addresses hardware or side-channel attacks.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Information/NoCloning.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND