Require Import Undecidability.Synthetic.Definitions Undecidability.Synthetic.Undecidability.
Require Import Undecidability.FOL.Arithmetics.Problems.
From Undecidability.FOL Require Import Syntax.Facts Semantics.Tarski.FullFacts Deduction.FullNDFacts Semantics.Tarski.FullSoundness.
From Undecidability.H10 Require Import H10p_undec.
From Undecidability.FOL.Undecidability.Reductions Require Import H10p_to_FA.
Theorem undecidable_ext_entailment_PA :
undecidable ext_entailment_PA.
Proof.
refine (undecidability_from_reducibility _ H10_to_ext_entailment_PA).
apply H10p_undec.
Qed.
Theorem undecidable_entailment_PA :
undecidable entailment_PA.
Proof.
refine (undecidability_from_reducibility _ H10_to_entailment_PA).
apply H10p_undec.
Qed.
Theorem undecidable_deduction_PA :
undecidable deduction_PA.
Proof.
refine (undecidability_from_reducibility _ H10_to_deduction_PA).
apply H10p_undec.
Qed.