(=>
(and
(instance ?CP ChangingAccountInfo)
(agent ?CP ?A)
(hasAccount ?A ?UA)
(accountInformation ?UA ?N1))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?CP))
(exists (?N2)
(and
(not
(equal ?N2 ?N1))
(accountInformation ?UA ?N2))))) |
ComputingBrands.kif 4029-4041 |
If X is an instance of change account information, Y is an agent of X, Y has account Z, and the account Z has information W, then there exists V such that equal V, W, and the account Z has information V holds during immediately after the time of existence of X |