pub struct TransferPrinciple;Expand description
The Transfer Principle: first-order sentences about ℝ transfer to *ℝ.
Implementations§
Source§impl TransferPrinciple
impl TransferPrinciple
pub fn new() -> Self
Sourcepub fn first_order_statement_transfers(&self) -> bool
pub fn first_order_statement_transfers(&self) -> bool
A first-order statement about the reals transfers to the hyperreals.
Sourcepub fn internal_sets_transfer(&self) -> bool
pub fn internal_sets_transfer(&self) -> bool
Internal sets in *ℝ satisfy the transfer principle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransferPrinciple
impl RefUnwindSafe for TransferPrinciple
impl Send for TransferPrinciple
impl Sync for TransferPrinciple
impl Unpin for TransferPrinciple
impl UnsafeUnpin for TransferPrinciple
impl UnwindSafe for TransferPrinciple
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more