vault backup: 2023-10-04 11:43:52

This commit is contained in:
Louis Gallet 2023-10-04 11:43:52 +02:00
parent 40db9d7ce2
commit 111f06e99a
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -17,4 +17,5 @@ Axioms
lowerlimit(v) =< i =< upperlimit(v) -> nth(modify(v,i,e), i) = e
```
In this example, the axiom explain that it check nth position in the modified vector
The axiom can't be contradictory. Two (or more) contradictory axioms are call the consistency. When we create the axiom, we have to remove all the consistency.