vault backup: 2023-10-04 11:51:48

This commit is contained in:
2023-10-04 11:51:48 +02:00
parent 111f06e99a
commit 8e32489bfe

View File

@ -18,4 +18,14 @@ Axioms
```
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.
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.
Example:
```
nth(v,1)=0
nth(v,i)=i
```
That an consistency, because the two `nth`axioms are contradictory
The completeness is when we have enough axioms for our abstract type
To use partial operations we have to create some preconditions