我是Coq的新手,我的假设H3出现<TextBox Name="TextBoxA"Text="{Binding myObject.TextPrp,UpdateSourceTrigger=PropertyChanged}">
<i:Interaction.Triggers>
<i:EventTrigger EventName="TextChanged">
<i:InvokeCommandAction Command="{Binding RelativeSource={RelativeSource AncestorType={x:Type YourUserControl}, Path=DataContext. ClearCommand}"
CommandParameter="{Binding ElementName=TextBoxB,Path=Text}"></i:InvokeCommandAction>
</i:EventTrigger>
</i:Interaction.Triggers>
</TextBox>
错误。我尝试重写几次,但错误仍然存在。有人可以解释一下原因吗?感谢。
Insufficient Justification
答案 0 :(得分:2)
原因是您的identity
公理独立于该部分中定义的单位e
,因为您已将e
与identity
中的存在量词绑定在{ {1}}公理。
我们可以修改identity
,在定义中删除exists e
:
Hypothesis identity : forall x : G, (x * e = x) /\ (e * x = x).
之后,您将能够完成证明。