نتایج جستجو برای: lie cast

تعداد نتایج: 70755  

1997
Kenneth J. Dykema KENNETH J. DYKEMA

In [8] and [9], Voiculescu introduced free entropy for n–tuples of self–adjoint elements in a II1–factor, and used it to prove that free group factors, L(Fn), lack Cartan subalgebras [9]. In [4], S. Popa introduced a property for II1–factors, called property C. (See [5] for a paper related to [4].) Like Property Γ of Murray and von Neumann, this is an asymptotic commutivity property, but it is ...

2008
HAI-SHENG LI

We introduce the notion of “local system of ZT -twisted vertex operators” on a Z2-graded vector space M , generalizing the notion of local system of vertex operators [Li]. First, we prove that any local system of ZT -twisted vertex operators on M has a vertex superalgebra structure with an automorphism σ of order T with M as a σ-twisted module. Then we prove that for a vertex (operator) superal...

2004
Eva Miranda And Vu Ngoc San

We prove a Poincaré lemma for a set of r smooth functions on a 2n-dimensional smooth manifold satisfying a commutation relation determined by r singular vector fields associated to a Cartan subalgebra of sp(2r, R). This result has a natural interpretation in terms of the cohomology associated to the infinitesimal deformation of a completely integrable system.

2013
Muhammad Akram M. Akram

We introduce the notion of bipolar fuzzy soft Lie subalgebras and investigate some of their properties. We also introduce the concept of an (∈,∈ ∨q)-bipolar fuzzy (soft) Lie subalgebra and present some of its properties.

2006
Salvatore Siciliano

A Cartan subalgebra of a finite-dimensional Lie algebra L is a nilpotent subalgebra H of L that coincides with its normalizer NL H . Such subalgebras occupy an important place in the structure theory of finite-dimensional Lie algebras and their properties have been explored in many articles (see, e.g., Barnes, 1967; Benkart, 1986; Wilson, 1977; Winter, 1969). In general (more precisely, when th...

2008
C. Duval

The space of linear differential operators on a smooth manifold M has a natural one-parameter family of Diff(M) (and Vect(M))-module structures, defined by their action on the space of tensor densities. It is shown that, in the case of second order differential operators, the Vect(M)-module structures are equivalent for any degree of tensordensities except for three critical values: {0, 1 2 , 1...

2001
V. K. Kharchenko

The notion of multilinear quantum Lie operation appears naturally in connection with a different attempts to generalize the Lie algebras. There are a number of reasons why the generalizations are necessary. First of all this is the demands for a ”quantum algebra” which was formed in the papers by Ju.I. Manin, V.G. Drinfeld, S.L. Woronowicz, G. Lusztig, L.D. Faddeev, and many others. These deman...

Poonam R Kulkarni Rahul S Kulkarni Sumeet Jain,

Introduction: The purpose of beading & boxing of an impression is to obtain an accurate cast with proper border & base thickness for fabrication of restorations. Beading is the protection of the formed border thickness of the final impressions & Boxing of an impression is building up vertical walls around it. Aim: The purpose of this hybrid technique of beading and boxing is to produce a smooth...

خسروی, ابوالفضل, فراهینی, حسین, مقتدایی, مهدی, ملک‌پور, سیروس,

Background: Pin loosening and infection in skeletal traction are important problems in orthopedic surgery and methods which are usually used to manage these problems, are costly and sometimes complicated. In this study, the efficacy of using cast support in infection and loosening of proximal tibial pin was investigated. Methods: In a randomized clinical trial, 60 patients referring to Rasul-e...

Journal: :journal of agricultural science and technology 2012
m. ranjbari a. hashemi k. mardani r. darvishzadeh

calpastatin (cast) is a specific inhibiter of calpains, playing a role in meat tenderization and myogenesis. in the present study, the polymorphism of the cast gene of makoei sheep was investigated by polymerase chain reaction and single strand conformation polymorphism technique (pcr–sscp). genomic dna was extracted from whole blood samples collected from 100 sheep. a 622 bp cast exon 1 segmen...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->