https://en.wikipedia.org/wiki/Proof_calculus says
A proof system includes the components:
- Language: The set of formulas admitted by the system, for example, propositional logic or first-order logic.
- Rules of inference: List of rules that can be employed to prove theorems from axioms and theorems.
- Axioms: Formulas in L assumed to be valid. All theorems are derived from axioms.
https://en.wikipedia.org/wiki/Formal_system#Deductive_system says:
A deductive system, also called a deductive apparatus or a logic, consists of the axioms (or axiom schemata) and rules of inference that can be used to derive theorems of the system.
Are proof systems and deductive systems the same concept? What differences and relation are between them?
https://en.wikipedia.org/wiki/Formal_system#Proof_system mentions proof systems, but I don't find it says what relations and differences are between deductive systems and proof systems.
Thanks.